home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / src / version.h < prev    next >
C/C++ Source or Header  |  2005-04-27  |  1KB  |  27 lines

  1. /***************************************************************************
  2.                           version.h  -  description
  3.                              -------------------
  4.     begin                : Mon MΣr 3 2003
  5.     copyright            : (C) 2003 by AndrΘ Simon
  6.     email                : saalen@gmx.de
  7.  ***************************************************************************/
  8.  
  9. /***************************************************************************
  10.  *                                                                         *
  11.  *   This program is free software; you can redistribute it and/or modify  *
  12.  *   it under the terms of the GNU General Public License as published by  *
  13.  *   the Free Software Foundation; either version 2 of the License, or     *
  14.  *   (at your option) any later version.                                   *
  15.  *                                                                         *
  16.  ***************************************************************************/
  17.  
  18. #ifndef VERSION_H
  19. #define VERSION_H
  20.  
  21.  #define HIGHLIGHT_VERSION "2.2-10b"
  22.  #define HIGHLIGHT_VERSION2 " Highlight 2.2-10b"
  23.  
  24.  #define HIGHLIGHT_URL "http://www.andre-simon.de/"
  25.  
  26. #endif
  27.